Computers / Programming / Projects / Tic Tac Toe

Overview

This is a win32 tic-tac-toe program. I wrote this program primarily as a test of myself to see if I could make a win32 program on my own without just copying one of the example programs from the textbook. Around the time I was writing the hangman java program I also made a tic-tac-toe java program. It worked but because I was using the console for input/output the user had to type in the coordinates of their move which was tedious and somewhat confusing. It was clear to me that the program would be better implemented using a mouse interface so after completing the mouse chapter in the textbook I set about using what I had learned to write this program.

Interface

Code

tictactoe.c

c type icon
Type: Program
Language: C
tictactoe.c